css var negative

36

// SASS
.class {
  margin-bottom: calc(#{var(--margin-md)} * -1);
}

Comments

Submit
0 Comments